mips: bmips: add bcm63xx-spi driver support for BCM63268
authorÁlvaro Fernández Rojas <[email protected]>
Tue, 23 Jan 2018 16:15:03 +0000 (17:15 +0100)
committerJagan Teki <[email protected]>
Wed, 24 Jan 2018 06:33:43 +0000 (12:03 +0530)
This driver manages the low speed SPI controller present on this SoC.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/mips/dts/brcm,bcm63268.dtsi

index 113a96bef81400934df0fc83dc26ea13e9e20f5e..6e3d9c3820ff197fb6841a0339d1a1a364b5b9e2 100644 (file)
 / {
        compatible = "brcm,bcm63268";
 
+       aliases {
+               spi0 = &lsspi;
+       };
+
        cpus {
                reg = <0x10000000 0x4>;
                #address-cells = <1>;
                        #power-domain-cells = <1>;
                };
 
+               lsspi: spi@10000800 {
+                       compatible = "brcm,bcm6358-spi";
+                       reg = <0x10000800 0x70c>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       clocks = <&periph_clk BCM63268_CLK_SPI>;
+                       resets = <&periph_rst BCM63268_RST_SPI>;
+                       spi-max-frequency = <20000000>;
+                       num-cs = <8>;
+
+                       status = "disabled";
+               };
+
                leds: led-controller@10001900 {
                        compatible = "brcm,bcm6328-leds";
                        reg = <0x10001900 0x24>;